home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1441 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: atoi
  5. Date: Sun, 14 Jan 1996 00:44:18 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4d9jn3$rmd@fountain.mindlink.net>
  8. References: <4cl55i$5bc@news-e2a.gnn.com> <yewwx75pkns.fsf@hyll.idt.unit.no> <Pine.A32.3.91.960108003513.32363D-100000@black.weeg.uiowa.edu> <4d1knp$135@tnn-wan.trw.com> <821547234snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: line078.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Lawrence Kirby <fred@genesis.demon.co.uk> wrote:
  13.  
  14. >In article <4d1knp$135@tnn-wan.trw.com> mike.west@trw.com "Michael West" writes:
  15.  
  16. >>Works just fine in our IBM mainframe EBCDIC environment. So I say it should
  17. >> mean 
  18. >>alpha to integer.
  19.  
  20. >Since atoi doesn't accept alphabetic characters, it is probably best stated
  21. >in full as alphanumeric (character sequence) to integer.
  22.  
  23.      Since "+" and "-" aren't alphanumeric characters, it is probably
  24. best stated in full as "any chars to integer" or possibly "another
  25. thread of idiocy" <G>.
  26.  
  27. >-- 
  28. >-----------------------------------------
  29. >Lawrence Kirby | fred@genesis.demon.co.uk
  30. >Wilts, England | 70734.126@compuserve.com
  31. >-----------------------------------------
  32.  
  33. Sincerely,
  34.  
  35. Gene Wirchenko
  36.  
  37. C Pronunciation Guide:
  38.      y=x++;     "wye equals ex plus plus semicolon"
  39.      x=x++;     "ex equals ex doublecross semicolon"
  40.  
  41.